next up previous contents index
Next: Sqr Up: Functions and Procedures Previous: SizeOf

Sptr

   

Declaration:

Function Sptr : Pointer;

Description:

Sptr returns the current stack pointer.

Errors:

None.

See also:

Example
Program Example64;

{ Program to demonstrate the SPtr function. }
Var
  P :Longint;

begin
  P:=Sptr; { P Contains now the current stack position. }
end.



Michael Van Canneyt
Tue Mar 31 16:48:49 CEST 1998